home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / TemaCD / RCEdit / RCEdit.CAB / New Window.js < prev    next >
Text File  |  1996-09-30  |  163b  |  6 lines

  1. // Open a new window
  2.  
  3.     function openwin(URL) {
  4.         window.open(URL, "newwin","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes");
  5.     }
  6.